home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
vbasic
/
bv0442.exe
/
HUGEARR.DEF
< prev
next >
Wrap
Text File
|
1991-05-09
|
497b
|
29 lines
LIBRARY HUGEARR
DESCRIPTION 'Huge array support for Microsoft Visual Basic'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 10000
EXPORTS
LibMain @1
WEP @2 RESIDENTNAME
HugeDim @3
GetHugeEl @4
SetHugeEl @5
HugeErase @6
NumHugeArrays @7
HugeUbound @8
HugeInt @9
HugeLong @10
HugeSingle @11
HugeDouble @12
HugeCurrency @13
HugeRedim @14